CameraInteractionsSetOptions

@Serializable
data class CameraInteractionsSetOptions(val pan: Boolean? = null, val rotationAndTilt: Boolean? = null, val zoom: Boolean? = null)

Constructors

Link copied to clipboard
constructor(pan: Boolean? = null, rotationAndTilt: Boolean? = null, zoom: Boolean? = null)

Properties

Link copied to clipboard
val pan: Boolean? = null

Whether the user can pan the camera.

Link copied to clipboard

Whether the user can rotate and tile the camera.

Link copied to clipboard
val zoom: Boolean? = null

Whether the user can zoom the camera.